home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / OLD_MANUAL / InitStdPacket < prev    next >
Text File  |  1990-06-22  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.      InitStdPacket(31.0)  ARP Programmers Manual   InitStdPacket(31.0)
  5.  
  6.  
  7.  
  8.      NAME
  9.       InitStdPacket    - Initialize a standard    packet structure.
  10.  
  11.      SYNOPSIS
  12.       InitStdPacket(Action,    Args, Packet, replyport)
  13.              D0     A0    A1     A2
  14.  
  15.      FUNCTION
  16.       This function    performs the initialization required for a
  17.       packet before    it is posted to    AmigaDOS.
  18.  
  19.      INPUTS
  20.       PacketType - The type    (action) of packet you need.
  21.  
  22.       Packet - Address of the start    of the standard    packet you
  23.           wish initialized. NOTE! - this is the    start of the
  24.           message portion of the packet, NOT the actual    packet
  25.           itself.
  26.  
  27.       ReplyPort - The replyport for    this packet.
  28.  
  29.       Args - pointer to an array of    7 longwords representing the
  30.           argument values you wish to send to AmigaDOS.     If
  31.           this is NULL,    the packet arguments will be cleared.
  32.  
  33.      RESULT
  34.       The StdPacket    is initialized according to your requests.
  35.  
  36.      BUGS
  37.       None known.
  38.  
  39.      SEE ALSO
  40.       SendPacket()
  41.  
  42.      AUTHOR
  43.       SDB
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.  
  65.  
  66.  
  67.